XR API 2.4
Loading...
Searching...
No Matches
SonyOzVector4f Struct Reference

4D vector of type float More...

#include <xr_math.h>

Public Member Functions

 SonyOzVector4f ()
 Constructor.
 
 SonyOzVector4f (float in_x, float in_y, float in_z, float in_w)
 Constructor.
 
float operator* (SonyOzVector4f a)
 

Public Attributes

float x
 x
 
float y
 y
 
float z
 z
 
float w
 w
 

Detailed Description

4D vector of type float

Constructor & Destructor Documentation

◆ SonyOzVector4f() [1/2]

SonyOzVector4f::SonyOzVector4f ( )
inline

Constructor.

◆ SonyOzVector4f() [2/2]

SonyOzVector4f::SonyOzVector4f ( float in_x,
float in_y,
float in_z,
float in_w )
inline

Constructor.

Member Function Documentation

◆ operator*()

float SonyOzVector4f::operator* ( SonyOzVector4f a)
inline

Member Data Documentation

◆ w

float SonyOzVector4f::w

w

◆ x

float SonyOzVector4f::x

x

◆ y

float SonyOzVector4f::y

y

◆ z

float SonyOzVector4f::z

z


The documentation for this struct was generated from the following file: